From: Fabian Grünbichler Date: Wed, 3 Sep 2025 12:44:51 +0000 (+0200) Subject: bootstrap: ignore x.py shell completion diff X-Git-Tag: archive/raspbian/1.92.0+dfsg1-2+rpi1^2~8 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/%22stanciumarius94%40gmail.com//%22mailto:i18n-csb%40linuxcsb.org/%22/%22http:/www.example.com/%22stanciumarius94%40gmail.com/%22mailto:i18n-csb%40linuxcsb.org/%22?a=commitdiff_plain;h=2ded5b8f8b841c92db3855e3d03dc4e6d6b50a11;p=rustc.git bootstrap: ignore x.py shell completion diff this test is intended for development, we can ignore it for package builds. Signed-off-by: Fabian Grünbichler Gbp-Pq: Topic build Gbp-Pq: Name bootstrap-ignore-x.py-shell-completion-diff.patch --- diff --git a/src/bootstrap/src/core/build_steps/test.rs b/src/bootstrap/src/core/build_steps/test.rs index 52915abca1..bdbb71d830 100644 --- a/src/bootstrap/src/core/build_steps/test.rs +++ b/src/bootstrap/src/core/build_steps/test.rs @@ -1290,7 +1290,8 @@ HELP: to skip test's attempt to check tidiness, pass `--skip src/tools/tidy` to eprintln!( "x.py completions were changed; run `x.py run generate-completions` to update them" ); - crate::exit!(1); + // Debian: we don't care about this + //crate::exit!(1); } builder.info("x.py help check");